home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / cnet / MainMacros.lha / MainMacros.doc < prev   
Text File  |  1995-04-18  |  1KB  |  38 lines

  1. MainMacros by Spike Dethman
  2.  
  3. (Arexx C-net mod.)
  4.  
  5. Main Macros lets C-net display a random "macro" before the Main> prompt, which
  6. can be simple one-line suggestion for commands for users to try.  This mod
  7. also let you replace the "Main>" prompt with text you supply, that is randomly
  8. chosen from your list.
  9.  
  10. To install:
  11.  
  12. 1) Copy the MainMacros directory to Envarc: and Env:
  13.  
  14. 2) Copy the MainMacroEdit.rexx to Pfiles:, and add it to your P-file list so
  15. that only your sub-ops can access it.
  16.  
  17. 3) Edit bbstext, line 68 so that it reads:
  18.  
  19. {#0 Env:MainMacros/MainMacros.rexx}
  20. ^
  21.  \
  22.   ctrl-Q, of course!
  23.  
  24. 4) Reload BBSTEXT in the C-net control menu.
  25.  
  26. That's it!  Now run the MainMacroEdit to create your prompts and macros.
  27. Each line of either file contains one complete prompt or macro.  The prompts
  28. can contain MCI commands, so you can even have the BBS address the user by name!
  29.  
  30. It is suggested that your macros DO NOT use MCI commands, as this will throw off
  31. the text-centering routine.  (Macros are automatically displayed in reverse
  32. video in a random color, and auto-wrapped and centered for ANY terminal width.)
  33.  
  34.  
  35.  
  36. Enjoy!
  37. ---Spike
  38.